<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>404页面,页面未找到</title>

<style type="text/css">
html,body,head,div,p,a{margin: 0;padding: 0;}
.body-bg{background-color: #dff1f4;}
.main{width: 700px;overflow: hidden;height: 542px;margin: 20px auto;background: url(http://www.xjtrcw.com/img/lvse/error-bg.png) no-repeat 0 0;}
.title{font-size: 14px;font-weight: bold;margin: 254px 0 0 218px;color: #d3d3d3;}
.btn{display:block;background: url(http://www.xjtrcw.com/img/lvse/error-btn.png) no-repeat 0 0;width: 145px;height: 45px;font-size: 14px;margin: 95px 0 0 270px;line-height: 43px;color: #fff;font-weight: bold;text-align: center;text-decoration: none;}
</style>
</head>

<body class="body-bg">
<div class="main">
    <p class="title">非常抱歉，您要查看的页面没有办法找到</p>
    <a href="../.../../../" class="btn">返回网站首页</a>
</div>
</body>
</html>
